This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Joseph Rejipychekoden 21.Nov.03 10:55 PM a Web browser General6.0.2 CF2Windows 2003
I've read the help and several postings on here but I cannot find an example of the following.
I want to use DECS to support live data between Domino and an AS/400 - got it all configured, works like a charm. Unless I start to do data manipulation:
i.e.
Source (As/400)
DATAA
DATAB
Destination (Domino)
DATAC = "DATAA"-"DATAB"
Whats wrong with FIELD DATAC:=(DATAA & "-" & DATAB)? or @SetField(DATAC;DATAA & "-" & DATAB);
So to sumarise in case I've got completely the wrong end of the stick (as often happens!) On our AS/400 we have two fields DATAA and DATAB; on the Domino database I want to concatenate these two fields into one field DATAC seperated with a hyphen.... and have this process work both ways.
Can it be done with DECS? What should be pre- and what should be post-?